ask "Please type in your stackname" with yourstack
put it into yourstack
if it = "" then exit mouseup
put it into yourstack
ask "Which card in the stack?" with "1"
if it = "" then exit mouseup
put it into num
set cursor to 4
set lockscreen to true
go yourstack
set lockscreen to false
go to card num
answer "Prepared to repair?" with "No" or "Yes"
if it = "No" then exit mouseup
if buttonflag = 1 then
repeat with x = the number of buttons down to 1
put "button"& x into msg
choose button tool
click at the loc of button x
domenu "cut button"
domenu "background"
doMenu "paste button"
domenu "background"
end repeat
end if
if fieldflag = 1 then
repeat with x = the number of card fields down to 1
put "field"& x into msg
choose field tool
click at the loc of card field x
domenu "cut field"
domenu "background"
doMenu "paste field"
domenu "background"
end repeat
end if
if graphicflag = 1 then
put "graphics" into msg
choose select tool
domenu "select all"
domenu "cut picture"
domenu "background"
doMenu "paste picture"
domenu "background"
end if
choose browse tool
end mouseUp
-- part 11 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=72 top=54 right=90 bottom=441
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 2
-- text size: 12
-- style flags: 4352
-- line height: 16
-- part name:
-- part 12 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=72 top=97 right=133 bottom=441
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name:
-- part contents for card part 4
----- text -----
****************************
Many novice users, (I include myself during the BeforeTimes, ) create great first time stacks. But unfortunately they have created all the graphics and all the buttons and all the fields on the first card. Now, a light bulb goes off in their heads saying "Shucks golly gee whiz! I should have put all this on the background instead of the card." Life is tough! But here, in the nick of interstellar time is a utilities stack which will allow you to put everything on the background...
Click on the galaxy if you dare to repair!
-- part contents for card part 11
----- text -----
Foreground to Background Move Utility
-- part contents for card part 12
----- text -----
This utility will move buttons, or fields, or graphics from the foreground of your card to the background of your stack. Just decide on your options below and then click the "Dare to Repair" button.